home *** CD-ROM | disk | FTP | other *** search
- #move 0,0
- B$=LEFT$(A$,1):REM ROTATE TEXT FIRST1/2
- C$=RIGHT$(A$,A-1):REM ROTATE TEXT 2.1/2
- A$=C$+B$:REM GET NEW STRING
- IF K=0 THEN GOTO LOOP:REM IF NOT MOUSE
- PRESSED THEN LOOP ON..
- WINDOW 2 CLOSE:REM WINDOW IS CLOSED
- SCREEN 2 CLOSE:REM SCREEN IS CLOSED
- END
- REM EXIT TO YOUR SYSTEM
- OK, now you can type this short
- program. Don't forget to write EVERY
- REM-Line I put in here, because as said
- above, REM-Lines Increase the Speed. If
- the program is too slow, just include
- more REM-Lines.. Some 10 REM-Lines
- increase the Speed with about.5 Seconds
- per Command. COOL! MEGACOOL! SUPERCOOL!
- Now we also want to include some
- animated 3D Vectorgraphix. How do we do
- so? We write the following Subroutine :
-
- VEKTOR: REM - SUBROUTINE
- CLS: REM - CLEAR THE SCREEN
- CIRCLE (150,100),r,1: REM-MAKE A CIRCLE
- IF b=1 THEN GOTO si1: REM- CHANGE VALUE
- r=r+1: REM - CHANGE VALUE
- #move 325,0
- IF r=100 THEN b=1: REM - CHANGE VALUE
- GOTO ex: REM ???
- si1: REM - CHANGE ?
- r=r-1: REM CHANGE VALUE ?!
- IF r=0 THEN b=0: REM CHANGE VALUE !
- ex: REM ?
- RETURN: REM !!!
- And then we write after the 'LOOP'label
- this : GOSUB VEKTOR.
- Then we have a SUPERCOOL Megaultrahard-
- core first demo. Everyone will just
- LOVE us. Juhuuu! <The Dark Lord>
- ---------------------------------------
- Treat a child as if he already were
- the man he willsometimes maybe be.
- ---------------------------------------
- Grendel in train four days after
- Christmas: "My grandma gave me a watch
- to me as a present. It's a brand new
- model. It doesn't need any batteries. I
- just have to wind it.
- ---------------------------------------
- It is important to hear the music
- everywhere. Most people just hear the
- bad sounds. -Theodor Fontane-
- ---------------------------------------
-